Skip to content

I-ALiRT - bugfix for CoDICE data structure#2869

Open
laspsandoval wants to merge 5 commits intoIMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25
Open

I-ALiRT - bugfix for CoDICE data structure#2869
laspsandoval wants to merge 5 commits intoIMAP-Science-Operations-Center:devfrom
laspsandoval:codice_bugfix_2026_03_25

Conversation

@laspsandoval
Copy link
Copy Markdown
Contributor

This pull request makes a targeted fix to the l1a_ialirt_hi function in codice_l1a_ialirt_hi.py, specifically correcting the order of axes in the transpose operation before reshaping the decompressed data. This change ensures that the data is correctly aligned for further processing.

Data transformation correction:

  • Changed the axis order in the transpose call from (0, 2, 1, 3, 4) to (0, 2, 1, 4, 3) when processing decompressed_data, which fixes the dimensional arrangement before reshaping.

@laspsandoval laspsandoval self-assigned this Mar 25, 2026
@laspsandoval laspsandoval added this to the March 2026 milestone Mar 25, 2026
@laspsandoval
Copy link
Copy Markdown
Contributor Author

TODO: need test data.

@laspsandoval laspsandoval marked this pull request as draft March 25, 2026 22:50
@laspsandoval laspsandoval moved this to In Progress in IMAP Mar 31, 2026
@laspsandoval
Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@laspsandoval laspsandoval marked this pull request as ready for review April 1, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant